object LabelDef: TLabelDef Left = 209 Top = 99 ActiveControl = ebLeftMargin BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Label Definition' ClientHeight = 373 ClientWidth = 516 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter OnActivate = FormActivate OnCreate = FormCreate OnDestroy = FormDestroy TextHeight = 16 object Label1: TLabel Left = 16 Top = 89 Width = 86 Height = 16 Caption = 'Label Height:' end object Label2: TLabel Left = 20 Top = 124 Width = 82 Height = 16 Caption = 'Label Width:' end object Label3: TLabel Left = 6 Top = 240 Width = 96 Height = 16 Caption = 'Labels Across:' end object Label4: TLabel Left = 166 Top = 240 Width = 88 Height = 16 Caption = 'Labels Down:' end object Label5: TLabel Left = 25 Top = 17 Width = 77 Height = 16 Caption = 'Left Margin:' end object Label6: TLabel Left = 25 Top = 53 Width = 77 Height = 16 Caption = 'Top Margin:' end object Label7: TLabel Left = 1 Top = 160 Width = 101 Height = 16 Caption = 'Horizontal Gap:' end object Label8: TLabel Left = 24 Top = 196 Width = 82 Height = 16 Caption = 'Vertical Gap:' end object Image1: TImage Left = 208 Top = 16 Width = 300 Height = 200 AutoSize = True Picture.Data = {} end object ebLabelHeight: TEdit Left = 112 Top = 85 Width = 73 Height = 24 TabOrder = 2 OnExit = ebLabelHeightExit end object ebLabelWidth: TEdit Left = 112 Top = 120 Width = 73 Height = 24 TabOrder = 3 OnExit = ebLabelWidthExit end object bbtnOK: TBitBtn Left = 432 Top = 272 Width = 73 Height = 41 TabOrder = 10 OnClick = bbtnOKClick Kind = bkOK Spacing = -1 end object bbtnCancel: TBitBtn Left = 430 Top = 320 Width = 75 Height = 41 TabOrder = 11 OnClick = bbtnCancelClick Kind = bkCancel Spacing = -1 end object ebLabelsAcross: TEdit Left = 112 Top = 236 Width = 44 Height = 24 TabOrder = 6 OnExit = ebLabelsAcrossExit end object ebLabelsDown: TEdit Left = 264 Top = 236 Width = 44 Height = 24 TabOrder = 7 OnExit = ebLabelsDownExit end object ebLeftMargin: TEdit Left = 112 Top = 13 Width = 73 Height = 24 TabOrder = 0 OnExit = ebLeftMarginExit end object ebTopMargin: TEdit Left = 112 Top = 49 Width = 73 Height = 24 TabOrder = 1 OnExit = ebTopMarginExit end object ebHorizGap: TEdit Left = 112 Top = 156 Width = 73 Height = 24 TabOrder = 4 OnExit = ebHorizGapExit end object ebVertGap: TEdit Left = 112 Top = 192 Width = 73 Height = 24 TabOrder = 5 OnExit = ebVertGapExit end object PreDefGrid: TDBGrid Left = 8 Top = 272 Width = 417 Height = 89 DataSource = PreDefSrc Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgRowSelect, dgConfirmDelete, dgCancelOnExit] TabOrder = 9 TitleFont.Color = clWindowText TitleFont.Height = -13 TitleFont.Name = 'System' TitleFont.Style = [] OnDblClick = PreDefGridDblClick end object cbContinuousFeed: TCheckBox Left = 312 Top = 240 Width = 193 Height = 17 Alignment = taLeftJustify Caption = 'Continuous Feed Labels' TabOrder = 8 OnClick = cbContinuousFeedClick end object PreDefTbl: TTable DatabaseName = 'f:\controls\delphi16' TableName = 'LABELDEF.DB' Top = 216 end object PreDefSrc: TDataSource DataSet = PreDefTbl Left = 32 Top = 216 end end